'Declaration
<CanBeNullAttribute()> Public Shared Function FromUAAttributeData( _ ByVal attributeData As UAAttributeData(Of TValue) _ ) As UAAttributeDataPayload(Of TValue)
'Usage
Dim attributeData As UAAttributeData(Of TValue) Dim value As UAAttributeDataPayload(Of TValue) value = UAAttributeDataPayload(Of TValue).FromUAAttributeData(attributeData)
[CanBeNull()] public static UAAttributeDataPayload<TValue> FromUAAttributeData( UAAttributeData<TValue> attributeData )
[CanBeNull()] public: static UAAttributeDataPayload<TValue^>^ FromUAAttributeData( UAAttributeData<TValue^>^ attributeData )
Parameters
- attributeData
- OPC-UA attribute value, together with status code and timestamps.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).